github.com/klauspost/compress/flate.tokens.offHist (field)
11 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L163: a := t.offHist[:offsetCodeCount]
huffman_bit_writer.go#L792: w.offsetFreq = t.offHist
level1.go#L190: dst.offHist[oc]++
token.go#L132: offHist [32]uint16 // offset codes
token.go#L151: for i := range t.offHist[:] {
token.go#L152: t.offHist[i] = 0
token.go#L172: for i, v := range t.offHist[:offsetCodeCount] {
token.go#L174: t.offHist[i] = 1
token.go#L251: for i, v := range t.offHist[:offsetCodeCount] {
token.go#L277: t.offHist[oCode&31]++
token.go#L305: t.offHist[oc&31]++
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |